chore(deps): update dependency vite-plus to v0.1.15#2397
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update dependency vite-plus to v0.1.15#2397renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.12→0.1.15Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
voidzero-dev/vite-plus (vite-plus)
v0.1.15: vite-plus v0.1.15 -- Task runner concurrency controls,vprshorthand and bun supportCompare Source
A packed release with task runner concurrency controls, a new
vprshorthand, dynamic shell completions, bun package manager support, and 10x migration performance improvement.Highlights
--concurrency-limitflag to limit concurrent tasks (defaults to 4) and--parallelflag to ignore task dependencies and run all tasks at once (vite-task#288, vite-task#309)vprstandalone shorthand -- Run tasks faster withvpr buildinstead ofvp run build(#1178)vp runandvprnow offer tab-completion for available tasks across all major shells (#1181)vp createand install scripts now support bun as a first-class package manager (#1005)rewriteAllImportsuses cached rules, pre-filtering, and rayon parallelism for dramatically faster migrations (#1172)Breaking Changes
vp runargument order -- Flags must now come before the task name:vp run -r buildinstead ofvp run build -r, because arguments after the task name are now passed through to the task instead of consumed byvp(vite-task#286, vite-task#290) -- @liangmiQwQ, @branchseerVITE_PLUS_*env vars renamed toVP_*-- All environment variables now use the shorterVP_prefix (#1166) -- @jong-kyungFeatures
vpras standalone shorthand forvp run(#1178) -- @fengmk2vp runtask support (#1181) -- @nekomoyivprcommand (#1227) -- @nekomoyi.nvmrcto.node-versionduringvp migrate(#1159) -- @naokihabavite-plus/versionsexport (#1162) -- @kazuponoxfmtundervite-plus/fmt(#1235) -- @leaysgur--concurrency-limitflag to limit the number of tasks running at the same time (defaults to 4) (vite-task#288, vite-task#309) -- @branchseer--parallelflag to ignore task dependencies and run all tasks at once with unlimited concurrency (unless--concurrency-limitis also specified) (vite-task#309) -- @branchseerVP_*toDEFAULT_UNTRACKED_ENV(vite-task#297) -- @jong-kyungFixes & Enhancements
rewriteAllImports~10x with cached rules, pre-filter, and rayon (#1172) -- @fengmk2vp runargument order for flags-before-task breaking change (#1170) -- @fengmk2vite:templates (#1130) -- @naokihabavp runfor all templates (#1127) -- @jong-kyungvp env doctor(#1140) -- @jong-kyungvp env use(#1141) -- @nekomoyinode_modules/.vite-tempfrom cache input tracking (#1096) -- @fengmk2core.hooksPathwithout prompting (#1157) -- @fengmk2fmt: {}config and rebrand oxfmt messages (#1163) -- @fengmk2esModuleInterop: falsefrom tsconfig.json (#1148) -- @fengmk2allowSyntheticDefaultImports: falsefrom tsconfig.json (#1153) -- @fengmk2vite_plus_homefrom node wrapper's path (#1185) -- @liangmiQwQglobals.d.tsfor type-aware linting (#1177) -- @fengmk2configPathoption in Zed editor config (#1205) -- @camc314viteasvpand synthesizevprin task scripts (#1186) -- @fengmk2peerDependencyRulesfor standalone pnpm projects (#1222) -- @fengmk2defineConfigexport fromoxlint(#1234) -- @leaysgur@oxlint/migrateto bundled oxlint version (#1243) -- @fengmk2Refactoring
vp --versionby using generated versions module (#1164) -- @kazuponvp run, always delegate to vite-plus (#1179) -- @fengmk2pnpm-workspace.yaml(#1237) -- @fengmk2Chore
--shard=X/Ysupport (#1189) -- @fengmk2--no-frozen-lockfilein install E2E test (#1199) -- @fengmk2#[serial]to env-var tests to prevent concurrent access races (#1223) -- @fengmk2.jsfile extensions in imports via nodenext module resolution (#1232) -- @fengmk21ef4e2f(#1240) -- @branchseerpackages/toolsbins to single Rust binary (vtt) (vite-task#291) -- @branchseerPublished Packages
@voidzero-dev/[email protected]@voidzero-dev/[email protected][email protected]Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Upgrade:
New Contributors
Welcome to all new contributors! 🎉
@Giorno-Giovana, @connorshea
Full Changelog: voidzero-dev/vite-plus@v0.1.14...v0.1.15
v0.1.14: vite-plus v0.1.14 — Shell Completions, Log Modes, Linux musl, and Devcontainer SupportCompare Source
A feature-packed release bringing shell completion support, new task log output modes, Linux musl target builds, improved project creation UX, and numerous testing and compatibility fixes.
Highlights
--log=interleaved|labeled|groupedmodes for controlling task output display (vite-task#266)vp create .now works to scaffold a project in the current directory (#1097)Features
--log=interleaved|labeled|groupedmodes for task output (vite-task#266) @branchseerFixes & Enhancements
OxfmtConfiginstead ofFormatOptionsfor fmt types (#1075) — @camc314vp pack(#1072) — @kazuponexpect.extend()to fix module instance splitting (#1113) — @kazupon.claude/worktrees/to monorepo template gitignore (#1125) — @jong-kyungDocs
Chore
69cc6eb(#1091) — @branchseerPublished Packages
@voidzero-dev/[email protected]@voidzero-dev/[email protected][email protected]Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Upgrade:
New Contributors
Welcome to all new contributors! 🎉
@bhbs, @naokihaba, @camc314, @CoutinhoTTS
Full Changelog: voidzero-dev/vite-plus@v0.1.13...v0.1.14
v0.1.13: vite-plus v0.1.13 — Windows Improvements, Svelte Support & DTS FixesCompare Source
This release brings significant Windows platform improvements, Svelte template support, and resolves over 130 DTS warnings.
Highlights
vp createnow supports Svelte templates via the sv CLI (#982)vp packwhen importing UserConfig (#993)Features
Fixes & Enhancements
vp create(#971) — @fengmk2vp fmtinstead of bin in create (#972) — @Salnikavp env doctor(#961) — @jong-kyungvp env usecalled without arguments (#960) — @JasonOA888vp createto matchnpm-init(#1041) — @rrdelaneyvp packwhen importing UserConfig (#993) — @kazuponvp --version(#1032) — @TheAlexLichterDocs
Chore
rolldown-vitedirectory tovite(#1024) — @BoshenPublished Packages
@voidzero-dev/[email protected]@voidzero-dev/[email protected][email protected]Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Upgrade:
New Contributors
Welcome to all new contributors! 🎉
@jong-kyung, @JasonOA888, @mudiageo, @creativerezz, @rrdelaney, @liangmiQwQ, @ErikCH, @TheAlexLichter
Full Changelog: voidzero-dev/vite-plus@v0.1.12...v0.1.13
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.